home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / romu.arc / ROMU.DOC < prev   
Text File  |  1989-07-01  |  3KB  |  53 lines

  1. PROGRAM:     ROMU.COM
  2.  
  3. DESCRIPTION: A simple utility to create and maintain AT ROM image
  4.              files including disk table and checksum changes.
  5.  
  6. CONTACT:     Keith P. Graham at PC Rockland BBS (914) 353-2157
  7.  
  8. USAGE:       ROMU.COM is initiated by entering ROMU at the dos
  9.              prompt. ROMU has 3 menus.
  10.  
  11.      MENU 1. This menu provides several choices for a source of
  12.              ROM data. The source can be the current AT ROM, or
  13.              a file or files created by ROMU or similar utility.
  14.              The source of data can be either 32K (27128 type ROMS)
  15.              or 64k (27256 type ROMS). If loading information from
  16.              a file, the data can be a complete BIOS image or a
  17.              split image which corresponds to the high and low ROM
  18.              chips.
  19.  
  20.      MENU 2. After a source is selected it is possible to display
  21.              and alter the disk table, calculate the checksum or
  22.              force the checksum to 0. A 32K ROM image can be
  23.              be converted to 64K by padding the low 32k with zeroes.
  24.              The file can be written out as either a BIOS image
  25.              or two split rom images.
  26.  
  27.      MENU 3. This menu is shown when the the user chooses to display
  28.              and modify the disk table entries. The normal disk
  29.              table address in an AT is fixed at f000:e401. ROMU
  30.              makes the assumption that this address holds true for
  31.              all AT roms. IBM AT's have only 15 table entries which
  32.              can be changed. Some AT clones and 386 clones have up
  33.              to 64 table entries. ROMU will display all 64 entries
  34.              even if they are not valid. The invalid entries will
  35.              have odd characters while the valid entries will have
  36.              only decimal characters. Do not change entires beyond
  37.              the known limit of your bios.
  38.  
  39.              When changing an entry you will be shown the current
  40.              value and asked for a replacement. If you press the
  41.              return without making an entry the existing entry will
  42.              be used by default.
  43.  
  44.              When you have finished making all entries for a disk type
  45.              you will be shown the table entry and asked if it is
  46.              acceptable. If you enter "Y" the bios image will be
  47.              updated.
  48.  
  49. NOTE:        There was a type in the source of the first ROMU I
  50.              sent up which broke the reading of split files and the
  51.              writing of 64k files. Its fixed now.
  52.  
  53.